|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extension interface to ICompletionProposal
.
Add the following functions:
Method Summary | |
int |
getCompletionOffset()
Returns the document offset at which the receiver would insert its proposal. |
CharSequence |
getCompletionText()
Returns the string that would be inserted at the position returned from getCompletionOffset() if this proposal was applied. |
IInformationControlCreator |
getInformationControlCreator()
Returns the information control creator of this completion proposal. |
Method Detail |
public IInformationControlCreator getInformationControlCreator()
null
if no custom control creater is availablepublic CharSequence getCompletionText()
getCompletionOffset()
if this proposal was applied. If the
replacement string cannot be determined, null
may be returned.
null
if it cannot be determinedpublic int getCompletionOffset()
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |